set the visible of sprite (the spriteNum of me + 1) to 1
end
on mouseLeave me
set the visible of sprite (the spriteNum of me + 1) to 0
end
on mouseDown me
set the visible of sprite (the spriteNum of me - 1) to 0
set the visible of sprite (the spriteNum of me - 2) to 1
set the visible of sprite (the spriteNum of me - 3) to 1
set the visible of sprite the spriteNum of me to 0
set the visible of sprite (the spriteNum of me + 1) to 0
set the locV of sprite 104 to 298
updateStage()
end
on getBehaviorDescription
return "Hilite two fields for descriptions. Third field is intended for a toggling bitmap (checkboxes and such). The paramitra is 1 for default on, 0 for default off."